home *** CD-ROM | disk | FTP | other *** search
/ Tandy Sensation 2 / Tandy Sensation II Boot Disk.img / AUTOEXEC.BAT < prev    next >
DOS Batch File  |  1993-07-23  |  262b  |  17 lines

  1. @echo off
  2. set err=0
  3. \dos\mscdex /d:MSCD001 /m:15
  4. if not errorlevel 1 goto continue
  5. echo.
  6. echo A problem exists with your CD-ROM installation.
  7. set err=1
  8. pause
  9. :continue
  10. path=\dos;\
  11. nlsfunc
  12. keyb us
  13. if not %err%==0 goto exit
  14. cls
  15. type help.txt
  16. :exit
  17.